feat(action): add optional input name#9
Merged
remarkablemark merged 1 commit intomasterfrom Apr 1, 2026
Merged
Conversation
- Add a name input to customize the installed OpenAPI Generator CLI wrapper - Document and test the custom binary name behavior
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the motivation for this pull request?
Allow workflows to customize the installed OpenAPI Generator CLI binary name instead of always using openapi-generator-cli.
What is the current behavior?
The action always installs the wrapper binary as
openapi-generator-cliand does not provide a way to rename it.What is the new behavior?
The action now supports an optional
nameinput that controls the installed wrapper binary name while keepingopenapi-generator-clias the default.The
README.mddocuments the new input and the test workflow verifies a custom binary name.Checklist: